Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: release suggest groups #10615

Merged
merged 14 commits into from
Dec 19, 2024
Merged

feat: release suggest groups #10615

merged 14 commits into from
Dec 19, 2024

Conversation

nickoferrall
Copy link
Contributor

This PR releases the Suggest Groups feature to all users who have access to AI features

@@ -124,11 +114,6 @@ export const endRetrospectiveTeamOnNext: OnNextHandler<
const hasTeamHealth = phases.some((phase) => phase.phaseType === 'TEAM_HEALTH')
const pathname = `/new-summary/${meetingId}`
const search = new URLSearchParams()
const hasSuggestGroups = !!autogroupReflectionGroups?.length
if (hasSuggestGroups) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was used to track usage of the feature, but we already have the autogroup mutation tracking this, so it can be removed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was used for a hubspot chatbot #8547, I don't think we currently use any chatbot, so fine to remove.

Base automatically changed from feat/10550/suggest-group-titles to master December 18, 2024 14:37
@@ -124,11 +114,6 @@ export const endRetrospectiveTeamOnNext: OnNextHandler<
const hasTeamHealth = phases.some((phase) => phase.phaseType === 'TEAM_HEALTH')
const pathname = `/new-summary/${meetingId}`
const search = new URLSearchParams()
const hasSuggestGroups = !!autogroupReflectionGroups?.length
if (hasSuggestGroups) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was used for a hubspot chatbot #8547, I don't think we currently use any chatbot, so fine to remove.

@nickoferrall nickoferrall merged commit 4581783 into master Dec 19, 2024
8 checks passed
@nickoferrall nickoferrall deleted the feat/release-suggest-groups branch December 19, 2024 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants